home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 April / PCgo 2008-04 (DVD).iso / interface / contents / demoversionen_3846 / 13664 / files / Data1.cab / dlgproxy.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-10-16  |  2.2 KB  |  72 lines

  1. /******************************************************************/
  2. /*                                                                */
  3. /*                      TurboCAD for Windows                      */
  4. /*                   Copyright (c) 1993 - 2001                    */
  5. /*             International Microcomputer Software, Inc.         */
  6. /*                            (IMSI)                              */
  7. /*                      All rights reserved.                      */
  8. /*                                                                */
  9. /******************************************************************/
  10.  
  11. // DlgProxy.h : header file
  12. //
  13.  
  14. #if !defined(AFX_DLGPROXY_H__31176190_A076_11D1_B79F_000021452DB6__INCLUDED_)
  15. #define AFX_DLGPROXY_H__31176190_A076_11D1_B79F_000021452DB6__INCLUDED_
  16.  
  17. #if _MSC_VER >= 1000
  18. #pragma once
  19. #endif // _MSC_VER >= 1000
  20.  
  21. class CLTSampleDlg;
  22.  
  23. /////////////////////////////////////////////////////////////////////////////
  24. // CLTSampleDlgAutoProxy command target
  25.  
  26. class CLTSampleDlgAutoProxy : public CCmdTarget
  27. {
  28.     DECLARE_DYNCREATE(CLTSampleDlgAutoProxy)
  29.  
  30.     CLTSampleDlgAutoProxy();           // protected constructor used by dynamic creation
  31.  
  32. // Attributes
  33. public:
  34.     CLTSampleDlg* m_pDialog;
  35.  
  36. // Operations
  37. public:
  38.  
  39. // Overrides
  40.     // ClassWizard generated virtual function overrides
  41.     //{{AFX_VIRTUAL(CLTSampleDlgAutoProxy)
  42.     public:
  43.     virtual void OnFinalRelease();
  44.     //}}AFX_VIRTUAL
  45.  
  46. // Implementation
  47. protected:
  48.     virtual ~CLTSampleDlgAutoProxy();
  49.  
  50.     // Generated message map functions
  51.     //{{AFX_MSG(CLTSampleDlgAutoProxy)
  52.         // NOTE - the ClassWizard will add and remove member functions here.
  53.     //}}AFX_MSG
  54.  
  55.     DECLARE_MESSAGE_MAP()
  56.     DECLARE_OLECREATE(CLTSampleDlgAutoProxy)
  57.  
  58.     // Generated OLE dispatch map functions
  59.     //{{AFX_DISPATCH(CLTSampleDlgAutoProxy)
  60.         // NOTE - the ClassWizard will add and remove member functions here.
  61.     //}}AFX_DISPATCH
  62.     DECLARE_DISPATCH_MAP()
  63.     DECLARE_INTERFACE_MAP()
  64. };
  65.  
  66. /////////////////////////////////////////////////////////////////////////////
  67.  
  68. //{{AFX_INSERT_LOCATION}}
  69. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  70.  
  71. #endif // !defined(AFX_DLGPROXY_H__31176190_A076_11D1_B79F_000021452DB6__INCLUDED_)
  72.